home *** CD-ROM | disk | FTP | other *** search
/ Info-Mac 4 / Info_Mac IV CD-ROM (Pacific HiTech Inc.)(August 1994).iso / Graphics / Utilities / MooVer 1.0 ƒ / MooVer.Doc < prev    next >
Text File  |  1994-03-27  |  6KB  |  80 lines

  1. +==============================================================
  2.  |  MooVer - System 7 QuickTime Movie Generator
  3.  |  By Eduard [esp] Schwan
  4.  |  © 1994, esp Software, All Rights Reserved
  5.  |  Version 1.0, March 27, 1994
  6. +==============================================================
  7.  
  8. Legal
  9. -----
  10. This application program is Shareware.  It may be used by anyone for any purpose. It  may be distributed freely as a complete package with this documentation on BBSes, but it may not be sold by itself for profit, or be distributed by Shareware companies or bundled with commercial software without prior permission from the author.
  11.  
  12. If you use this program often and you feel it is worthwhile, please register the program with me by sending me the Shareware fee of $10 in US funds.  Please make the check payable to Eduard Schwan, and send it to:
  13.  
  14.     Eduard Schwan
  15.     1112 Oceanic Drive
  16.     Encinitas, California, 92024-4007
  17.  
  18. This registration is a one-time fee, and entitles you to notices of updates to this application, and also possible notices of any other new applications I create.  Please help support the Shareware concept and Macintosh software development, register today.
  19.  
  20. Introduction
  21. -----------
  22. MooVer is a System 7-only drag-n-drop application.  It requires at least System 7, and QuickTime version 1.6 or newer.  It creates a QuickTime movie from a sequence of Macintosh PICT data files dropped on it.
  23.  
  24. You can optionally "add subtitles" under each image frame.  In this case, MooVer will subtitle each frame.  It will either use the name of each PICT file, or, if there is a special "subtitle" text file in the same folder as the PICT files, MooVer will use each text line from this file for the subtitles instead.
  25.  
  26. The display size of the movie frame is determined by the size of the first image dropped in.  All successive images, no matter what size they are, will be resized (scaled, not cropped) to fit the size of the first image.
  27.  
  28. The final QuickTime movie can create either 8-bit or 24-bit QuickTime movies.  If 8-bit is used, then any 24-bit PICTs will be dithered before their frames are added to the movie.
  29.  
  30. How To
  31. -------
  32. To use MooVer, do the following:
  33. (1) Drag some PICT files onto MooVer.
  34. (2) Answer the prompts for settings, compression and where to put the movie.
  35. (3) Drag some more PICT files onto MooVer, they will be added on to the current movie.
  36. (4) Choose "Close" or "Quit" to save and close the QuickTime movie as output.
  37. (5) Repeat steps 1 through 4 to create new movies until you are dizzy, or out of disk space.
  38.  
  39. Example
  40. -------
  41. I have enclosed a sequence of PICT files that you can select and drag onto MooVer to create a simple computer animated movie. This animation was created by POV-Ray, a Freeware ray-tracer for the Macintosh and many other computer platforms, available on CompuServe, America On-line, and the internet.  I have also included the POV-Ray 2.0 scene source file that generated the frames, so that you may create a larger or smoother animation if you wish.  I wanted to include an interesting set of frames for a sample movie, but at the same time I wanted to keep this archive small.  I hope this is a reasonable compromise. 
  42.  
  43. More about Subtitles
  44. -------------------
  45. If you have the Subtitles checkbox off (the default), then a simple QuickTime movie will be generated, straight from the pictures.  If you turn Subtitles on, then MooVer will overlay some text at the bottom of the image.  MooVer will automatically put the name of the PICT file in the subtitle area, unless you do something special.  If you want some subtitles other than filenames under each image, you must create a subtitle file.  The subtitle file must be named "Subtitles", or it must be the name of the first PICT file, with any PICT file extension replaced by ".Sub".  For example, if the first image was called "Red October.Pict", then you'd need a Subtitle file called "Red October.Sub".  This subtitle file must be in the same directory as the first Pict file.  The subtitle file is simply a text file, with each line holding text for the subtitle of that picture (First line goes onto the first frame, 2nd onto the 2nd frame, etc.)  If a line is empty, the previous line is repeated in its place.  If the subtitle file has no more lines, but more pictures are added, their frame subtitles will revert back to their file names.
  46.  
  47. Subtitle technical note: Currently the subtitle text is imaged right onto the image behind it, which means that any lossy compression will affect the quality of the text, and scaling the movie will scale the text in an ugly chunky way. A future version may split the text out as a separate track and use TrueType text for smooth scaling.
  48.  
  49. History
  50. -------
  51. 1.0b1, 6/93
  52. First started coding
  53.  
  54. 1.0b13, 3/3/94
  55. Fixed splash screen to take keys/clicks correctly, and added a POV-Ray created logo
  56.  
  57. 1.0 final, 3/25/94
  58. Finalized document, created example POV-Ray animation scene and PICTs.
  59.  
  60. Maybe Later
  61. -----------
  62. After 1.0, these may be added:
  63. -Multiple System 7 Sound Files and AIFF files can be dropped along the sequence, and they will be added as part of the sound track, at the frame they were dropped.
  64. -FLI style (MSDOS) movies may be dropped on and converted to QuickTime movies
  65. -separate the image and subtitle as independent tracks
  66. -save the subtitle track as TRUE text (better when scaled,)
  67. -allow even more user options for the final generation of movies
  68. -allow FLI output, so we Mac guys can contribute MSDOS-readable movies
  69. -look into AVI (Microsoft) format too
  70. -other semi-movie formats converted (e.g., PICS, VideoWorks.)
  71.  
  72. Of course, the most important options are the ones you decide need to be added.  Please let me know how you are using this, and what you would like to see added!
  73.  
  74. Author:
  75. Eduard [esp] Schwan - esp Software
  76. 1112 Oceanic Drive
  77. Encinitas, California 92024-4007
  78. Compuserve: 71513,2161
  79. internet: 71513.2161@compuserve.com
  80.